home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / dcsetenv.zip / SETENV.MAK < prev   
Text File  |  1989-02-28  |  245b  |  11 lines

  1. # make file for setenv.c by David J. Camp david%wubios@wucs1.wustl.edu
  2.  
  3. envvar.obj: envvar.c
  4.     cl -Zi -AL -Zp envvar.c /c
  5.  
  6. setenv.obj: setenv.c
  7.     cl -Zi -AL -Zp setenv.c /c
  8.  
  9. notexist:
  10.     link /CODEVIEW setenv+envvar,setenv,nul,;
  11.